home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-02.Z / 94-02 / text0030.txt < prev    next >
Encoding:
Text File  |  1994-02-28  |  8.5 KB  |  269 lines

  1. In article <alsch.1.0014C69E@cs.tu-berlin.de>,
  2.    alsch@cs.tu-berlin.de (Alexander Schulze) says:
  3. >
  4. >Hi,
  5. >
  6. >i'm trying to use WINQVTNET (QVTNET for Winsock) 3.96 together with Trumpet 
  7. >Winsockets (Version 1.0 Alpha #18) over SLIP. My terminal server does 
  8. >dynamically assign the IP adress, so i understand that i have to set the 
  9. ><name> and <ip> field of QVTNET.INI to BOOT to enable QVTNET to get the ip 
  10. >adress and the host name. If i do so i always get a GPF and i have to restart 
  11. >Windows to get TCPMAN working again. 
  12. >
  13. >. . . . .
  14. >
  15. >Any ideas ?
  16. >
  17. >Thanx in advanve,
  18. >                                      Alex
  19.  
  20. I'm using the same versions of Winsock and QVTNET as you, and, for me at 
  21. least, the solution was leaving the name=   line blank while setting ip=BOOT.
  22. Hope you're up and running soon.
  23.  
  24. Trent
  25. From Jonsson2_Johann_S/matvtaekni@iti.is Thu Feb  3 09:11:05 1994
  26. Received: from isgate.is by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.06) with SMTP
  27.           id AA21736; Thu, 3 Feb 1994 04:09:46 -0500
  28. Received: from iti.is by isgate.is (5.65c/ISnet/14-10-91); Thu, 3 Feb 1994 09:07:50 GMT
  29. Received: from  
  30.     by iti.is (1.37.109.4/ISnet/11-02-92); Thu, 3 Feb 94 09:11:29 GMT
  31. From: Jonsson2_Johann_S/matvtaekni@iti.is
  32. X-Openmail-Hops: 1
  33. Date: Thu, 3 Feb 94 09:11:05 +0000
  34. Message-Id: <BEC31056@MHS>
  35. Subject: RE: WinMosaic Error
  36. To: winsock@SunSITE.Unc.EDU, wlai@East.DELFIN.COM
  37.  
  38. Hi...
  39.  
  40. And I get this to....
  41. I 'm using Microsoft Winsock and Trumpet (at least trying.... to do so...)
  42.  I'm running W4W 3.11 with standard configurations (default)
  43.  
  44. Johann S. Jonsson
  45. johann@iti.is
  46. ----------
  47. <From: winsock; wlai
  48. <To: winsock
  49. <Subject: WinMosaic Error
  50. <Date: 2. February, 1994 9:57
  51.  
  52. <<File Attachment: WINMOSAI.TXT>>
  53. <I have installed Trumpet WinSock, and have no problem with it using 
  54. QvtNet, Win
  55. <Sock version.
  56.  
  57. <However, whatever home page I select from WinMosaic 1.0, I get a 
  58. HTAccess error
  59. <of -1.  Does anyone know what the error code maps to?
  60.  
  61.  
  62. <William Lai
  63.  
  64. --
  65. <wlai@east.delfin.com    | "I want to do everything.  I want to have everything.
  66. <William Lai        |  I have a wonderful, wonderful life.  But there's so
  67. <Delfin Systems        |  much more out there.  Do I have it all?  Yes.  Do I
  68. <Reston, Virginia    |  want more?  Yeah, sure."     -Demi Moore
  69.  
  70. .......................................................................
  71.  
  72. Item Subject: WINMAIL.DAT
  73. Could not convert UNKNOWN FILE-TYPE (1734) item to text.
  74. Will attempt to 'shar' item as file '0007jp7' at end of msg.
  75.  
  76.  
  77. #---------------------------------- cut here ----------------------------------
  78. # This is a shell archive.  Remove anything before this line,
  79. # then unpack it by saving it in a file and typing "sh file".
  80. #
  81. # Wrapped by HP OpenMail System <openmail@korpa> on Thu Feb  3 09:11:30 1994
  82. #
  83. # This archive contains:
  84. #    0007jp7    
  85. #
  86. # Error checking via wc(1) will be performed.
  87.  
  88. LANG=""; export LANG
  89. PATH=/bin:/usr/bin:$PATH; export PATH
  90.  
  91.  
  92. rm -f /tmp/uud$$
  93. (echo "begin 666 /tmp/uud$$\n#;VL*n#6%@x\n \nend" | uudecode) >/dev/null 2>&1
  94. if [ X"`cat /tmp/uud$$ 2>&1`" = Xok ]
  95. then
  96.     unpacker=uudecode
  97. else
  98.     echo Compiling unpacker for non-ascii files
  99.     pwd=`pwd`; cd /tmp
  100.     cat >unpack$$.c <<'EOF'
  101. #include <stdio.h>
  102. #define C (*p++ - ' ' & 077)
  103. main()
  104. {
  105.     int n;
  106.     char buf[128], *p, a,b;
  107.  
  108.     scanf("begin %o ", &n);
  109.     gets(buf);
  110.  
  111.     if (freopen(buf, "w", stdout) == NULL) {
  112.         perror(buf);
  113.         exit(1);
  114.     }
  115.  
  116.     while (gets(p=buf) && (n=C)) {
  117.         while (n>0) {
  118.             a = C;
  119.             if (n-- > 0) putchar(a << 2 | (b=C) >> 4);
  120.             if (n-- > 0) putchar(b << 4 | (a=C) >> 2);
  121.             if (n-- > 0) putchar(a << 6 | C);
  122.         }
  123.     }
  124.     exit(0);
  125. }
  126. EOF
  127.     cc -o unpack$$ unpack$$.c
  128.     rm unpack$$.c
  129.     cd $pwd
  130.     unpacker=/tmp/unpack$$
  131. fi
  132. rm -f /tmp/uud$$
  133.  
  134. echo x - 0007jp7 '[non-ascii]'
  135. $unpacker <<'@eof'
  136. begin 660 0007jp7
  137. M>)\^(@   0N  0 A    ,FEM<W1O*# S-BDV86@H82E%87-T+D1%3$9)3BY#X
  138. %3TT <PD                                                     X
  139.                                                              X
  140. end
  141. @eof
  142. set `wc -lwc <0007jp7`
  143. if test $1$2$3 != 0150
  144. then
  145.     echo ERROR: wc results of 0007jp7 are $* should be 0 1 50
  146. fi
  147.  
  148. chmod 660 0007jp7
  149.  
  150. rm -f /tmp/unpack$$
  151. exit 0
  152. From news@bigblue.oit.unc.edu Wed Feb  2 14:27:11 1994
  153. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.06) with SMTP
  154.           id AA23054; Thu, 3 Feb 1994 04:36:38 -0500
  155. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  156.           id AA18102; Thu, 3 Feb 1994 04:26:57 -0500
  157. Received: from GATEWAY by bigblue with netnews
  158.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  159. To: winsock@sunsite.unc.edu
  160. Date: Wed, 2 Feb 1994 14:27:11 GMT
  161. From: Tim_Vold@atk.com (Tim Vold)
  162. Message-Id: <1994Feb2.142711.9682@omega.se.atk.com>
  163. Organization: ATK
  164. Sender: ses
  165. References: <TRENT_B.24.0011923F@molebio.iastate.edu>, <1994Jan28.221526.7889@omega.se.atk.com>, <2ijlfm$oei@agate.berkeley.edu>
  166. Subject: Re: Latest release of Trumpet Winsock?
  167.  
  168. In article <2ijlfm$oei@agate.berkeley.edu>, forest@soda.berkeley.edu (Forest Edward Wilkinson) says:
  169. >
  170. >In article <1994Jan28.221526.7889@omega.se.atk.com>,
  171. >Tim Vold <Tim_Vold@atk.com> wrote:
  172. >>>
  173. >>>What is the latest release of Trumpet (Winsock).  
  174. >>>
  175. >>So far as I know it is pre-release beta no. 5.
  176. >>The file date of tcpman and winsock.dll in the zip file
  177. >>should be 1/12/94.
  178. >
  179. >Where can I find it?
  180. >
  181. >All the archive sites I know of only have version 1.0 alpha 11.
  182. >
  183. >
  184. >-- 
  185. >$BNS(J      forest@soda.berkeley.edu
  186.  
  187. I just uploaded it to ftp.cica.indiana.edu in the
  188. pub/pc/win3/uploads directory.  It's called winsock5.zip.
  189.  
  190. Enjoy,
  191. Tim_Vold@atk.com
  192. From news@bigblue.oit.unc.edu Thu Feb  3 05:36:38 1994
  193. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.06) with SMTP
  194.           id AA25728; Thu, 3 Feb 1994 05:36:38 -0500
  195. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  196.           id AA15511; Thu, 3 Feb 1994 05:19:26 -0500
  197. Received: from GATEWAY by bigblue with netnews
  198.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  199. To: winsock@sunsite.unc.edu
  200. Date: Thu, 3 Feb 1994 10:15:37
  201. From: petrich@physik.tu-chemnitz.de (Ralf Petrich)
  202. Message-Id: <petrich.52.000A42F8@physik.tu-chemnitz.de>
  203. Organization: University of Technology Chemnitz/Zwickau, FRG
  204. Sender: ses
  205. References: <amcooke.14.2D4D80C2@Waikato.ac.nz>
  206. Subject: Same: WinTalk GPF's in TCPman, HELP
  207.  
  208. In article <amcooke.14.2D4D80C2@Waikato.ac.nz> amcooke@Waikato.ac.nz (Alastair Cooke) writes:
  209. >From: amcooke@Waikato.ac.nz (Alastair Cooke)
  210. >Subject: WinTalk GPF's in TCPman, HELP
  211. >Date: Mon, 31 Jan 1994 22:05:54 GMT
  212.  
  213.  
  214. >When I load WinTalk I get a runtime error and TCPMan GPFs at me.
  215. >The outline of the WinTalk icon is written but the smiley face does not get 
  216. >filled in.
  217.  
  218. The same here! 
  219.  
  220. >I'm running TWSK alpha 18 and using bootp.
  221.  
  222. Also the same, but without bootp and together with WfWG.
  223.  
  224. >HELP
  225. would be appreciated!
  226.  
  227. Bye Ralf
  228. From news@bigblue.oit.unc.edu Thu Feb  3 06:06:40 1994
  229. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.06) with SMTP
  230.           id AA26996; Thu, 3 Feb 1994 06:06:40 -0500
  231. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  232.           id AA17943; Thu, 3 Feb 1994 05:50:06 -0500
  233. Received: from GATEWAY by bigblue with netnews
  234.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  235. To: winsock@sunsite.unc.edu
  236. Date: Thu, 3 Feb 1994 11:18:01
  237. From: alsch@cs.tu-berlin.de (Alexander Schulze)
  238. Message-Id: <alsch.2.000B4D33@cs.tu-berlin.de>
  239. Organization: PRZ TU Berlin
  240. Sender: ses
  241. References: <alsch.1.0014C69E@cs.tu-berlin.de>, <2ipjrt$4c6@news.acns.nwu.edu>
  242. Subject: Re: Problem using QVTWSK 3.96 with Trumpet's SLIP
  243.  
  244. In article <2ipjrt$4c6@news.acns.nwu.edu> tgn@nwu.edu (Trent Nicol) writes:
  245.  
  246. >>i'm trying to use WINQVTNET (QVTNET for Winsock) 3.96 together with Trumpet 
  247. >>Winsockets (Version 1.0 Alpha #18) over SLIP. My terminal server does 
  248. >>dynamically assign the IP adress, so i understand that i have to set the 
  249. >><name> and <ip> field of QVTNET.INI to BOOT to enable QVTNET to get the ip 
  250. >>adress and the host name. If i do so i always get a GPF and i have to restart 
  251. >>Windows to get TCPMAN working again. 
  252.  
  253. >I'm using the same versions of Winsock and QVTNET as you, and, for me at 
  254. >least, the solution was leaving the name=   line blank while setting ip=BOOT.
  255. >Hope you're up and running soon.
  256.  
  257. Thanx for the tip, but if i do what you proposed  and startup QVTNET it still 
  258. moans 'local host name not specified'. On the other hand if i leave ip= blank 
  259. and set name=BOOT then QVTNET comes up without complaining. When i then try to 
  260. open a terminal session  QVTNET and TCPMAN die with a GPF...grr... :-(
  261.  
  262. Maybe the key is the way you get TCPMAN to realize the IP adress assigned to 
  263. you. I 've configured TCPMAN to get it via BOOTP. 
  264.  
  265. >Trent
  266.  
  267. - Alex
  268.  
  269.